Platform Explorer / Nuxeo Platform LTS 2017 9.10

Extension point replacers

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.query.core.PageProviderClassReplacerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-9.10.jar /Users/arnaud/Nuxeo/distrib/nuxeo-server-tomcat-9.10/nxserver/config/elasticsearch-classreplacer-config.xml
    <extension point="replacers" target="org.nuxeo.ecm.platform.query.api.PageProviderService">
    
        <replacer enabled="true" withClass="org.nuxeo.elasticsearch.provider.ElasticSearchNxqlPageProvider">
          <provider>default_search</provider>
          <provider>default_document_suggestion</provider>
          <provider>DEFAULT_DOCUMENT_SUGGESTION</provider>
          <provider>advanced_document_content</provider>
          <provider>domain_documents</provider>
          <provider>expired_search</provider>
        </replacer>
    
      </extension>